home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog Special Freeware 31
/
FreelogHS31.iso
/
ArgentCompta
/
FASTCOMPTA
/
Setup FASTCOMPTA.exe
/
{app}
/
FastCompta.chm
/
html
/
tip_form.js
< prev
next >
Wrap
Text File
|
2006-12-30
|
508b
|
22 lines
// Tipue 1.52
// ---------- script properties ----------
var results_location = "results.html";
// ---------- end of script properties ----------
function search_form(tip_Form) {
if (tip_Form.elements['d'].value.length > 0) {
document.cookie = '_hw_d_hw_=' + escape(tip_Form.elements['d'].value) + '; path=/';
document.cookie = '_hw_n_hw_=0; path=/';
window.clipboardData.setData("Text",escape(tip_Form.elements["d"].value));
window.location = results_location;
}
}